hipreme_engine v1.0.14 (2023-12-23T18:43:10Z)
Dub
Repo
D3D11_RASTERIZER_DESC1
directx
d3d11_1
Undocumented in source.
version(Windows && Direct3D_11)
struct
D3D11_RASTERIZER_DESC1 {
D3D11_FILL_MODE
FillMode
;
D3D11_CULL_MODE
CullMode
;
BOOL
FrontCounterClockwise
;
INT
DepthBias
;
FLOAT
DepthBiasClamp
;
FLOAT
SlopeScaledDepthBias
;
BOOL
DepthClipEnable
;
BOOL
ScissorEnable
;
BOOL
MultisampleEnable
;
BOOL
AntialiasedLineEnable
;
UINT
ForcedSampleCount
;
}
Members
Variables
AntialiasedLineEnable
BOOL
AntialiasedLineEnable
;
Undocumented in source.
CullMode
D3D11_CULL_MODE
CullMode
;
Undocumented in source.
DepthBias
INT
DepthBias
;
Undocumented in source.
DepthBiasClamp
FLOAT
DepthBiasClamp
;
Undocumented in source.
DepthClipEnable
BOOL
DepthClipEnable
;
Undocumented in source.
FillMode
D3D11_FILL_MODE
FillMode
;
Undocumented in source.
ForcedSampleCount
UINT
ForcedSampleCount
;
Undocumented in source.
FrontCounterClockwise
BOOL
FrontCounterClockwise
;
Undocumented in source.
MultisampleEnable
BOOL
MultisampleEnable
;
Undocumented in source.
ScissorEnable
BOOL
ScissorEnable
;
Undocumented in source.
SlopeScaledDepthBias
FLOAT
SlopeScaledDepthBias
;
Undocumented in source.
Meta
Source
See Implementation
directx
d3d11_1
aliases
D3D11_1_CREATE_DEVICE_CONTEXT_STATE_FLAG
D3D11_COPY_FLAGS
D3D11_LOGIC_OP
enums
D3D11_1_CREATE_DEVICE_CONTEXT_STATE_SINGLETHREADED
D3D11_COPY_NO_OVERWRITE
D3D11_LOGIC_OP_CLEAR
interfaces
ID3D11BlendState1
ID3D11Device1
ID3D11DeviceContext1
ID3D11RasterizerState1
ID3DDeviceContextState
ID3DUserDefinedAnnotation
structs
D3D11_BLEND_DESC1
D3D11_RASTERIZER_DESC1
D3D11_RENDER_TARGET_BLEND_DESC1